home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / tell < prev    next >
Encoding:
Text File  |  1993-10-26  |  359 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.           tell fileId
  3.  
  4.  
  5.      DESCRIPTION
  6.           Returns a decimal string giving the current access  position
  7.           in  fileId.   FileId  must have been the return value from a
  8.           previous call to open, or it may be stdin, stdout, or stderr
  9.           to refer to one of the standard I/O channels.
  10.  
  11.  
  12.      KEYWORDS
  13.           access position, file
  14.